CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 霍夫变换 直线

搜索资源列表

  1. 20060303004409246

    3下载:
  2. 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection methods for detection, effectiv
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:149311
    • 提供者:陈国栋
  1. hough_lw

    0下载:
  2. 利用霍夫变换来实现图像的边界检测,本代码实现圆和直线的检测-use Hough transform to image the boundary detection, the moon and the code to achieve a linear detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30537
    • 提供者:liuwei
  1. Hough

    0下载:
  2. 霍夫变换.手动画一条直线,选择变换,可以变直.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5002150
    • 提供者:Justin Y
  1. hough

    3下载:
  2. 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:98464
    • 提供者:格子
  1. HoughT

    1下载:
  2. 该文章说明了有关霍夫变换对直线、圆、椭圆进行检测的基本原理和主要源码
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11689
    • 提供者:zhenyijia
  1. houph_MFC

    0下载:
  2. 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10429108
    • 提供者:汪前
  1. Hough_Transform_zhixianjiance

    0下载:
  2. 实现matlab使用霍夫变换检测直线。并自动找到所检测直线中长度最长的一条直线,检测结果在原始图像上标记。-Detect and mark the direct line in a picture using Hough transform. Coding with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:921
    • 提供者:
  1. 11_29_PPHT_and_Standard_H

    0下载:
  2. 在opencv下,利用标准霍夫变换和概率霍夫变换两种方式,进行了直线检测。都能很好的显示出来。-In the opencv environment, Using the PPHT and standard HT to detect lines in an image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:152923
    • 提供者:David Ding
  1. HoughTransform

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改 进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。-Hough transform image processing image recognition from the basic geometry of one of the methods, the application is very wide, there are many improved algorithm. The most basic b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:66920
    • 提供者:Houghtransform
  1. houghzhixian

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:579
    • 提供者:
  1. bianhuan

    0下载:
  2. 利用霍夫变换检测直线,园,椭圆,曲线,简单有效,用用方便-Using Hough transform to detect straight lines, park, oval, curve, simple, effective, easy to use with
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:970
    • 提供者:王正旺
  1. xihua

    2下载:
  2. 采用索引表细化算法,对图像进行细化处理,用于图像的骨架提取,附加一个霍夫变换检测直线-Thinning algorithm using an index table, refine the image processing for image skeleton extraction, attach a Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:gao
  1. Hough-bianhuan

    0下载:
  2. 基于matlab的数字图像处理,利用霍夫变换提取直线-Matlab-based digital image processing, the use of straight line Hough transform to extract
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11421
    • 提供者:王会
  1. circle_line

    0下载:
  2. 本程序基于opencv,实现了对圆及直线的检测,检测效果很好,对圆及直线采用经典的霍夫变换算法-The program is based on opencv, to achieve a straight line on the circle and the detection, detection works well ...
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15294039
    • 提供者:huqian
  1. A-Hough-transform-

    1下载:
  2. 霍夫变换的改进算法,用于直线提取,效果很好,也是个很实用的方法-A Hough transform based line recognition method utilizing both parameter space and image space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:569812
    • 提供者:lm
  1. HoughLine

    0下载:
  2. 霍夫变换的图像处理程序,能够检测直线和圈,可以完美MFC运行-Hough transform MFC program, able to detect the straight line and circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4133092
    • 提供者:潘跃
  1. hough-Line

    0下载:
  2. 霍夫变换,检测图像中的直线 非常好用的算法 可以学习一下-Hough transform, a straight line in the detection image is very easy to use algorithm can learn
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15920761
    • 提供者:高旭超
  1. hough

    0下载:
  2. 国内外的霍夫变换元检测直线检测的论文合集-hough detect line or circle
  3. 所属分类:File Formats

    • 发布日期:2017-06-21
    • 文件大小:34775040
    • 提供者:裴玉东
  1. detectline

    0下载:
  2. 通过霍夫变换检测直线的方法,这里需要增添自己设的阈值, 增加移动性。-using hough transform to detect lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:927
    • 提供者:LUO
  1. Hough-transform-found-line

    0下载:
  2. 霍夫变换寻线,是基于霍夫变换的寻线程序,可在所给的有噪声中图中寻找出直线。-The hough transform found line, is based on the hough transform the search line program can in the noise in the Chinese have to find a straight line.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1472200
    • 提供者:zhang
« 1 2 34 5 6 »
搜珍网 www.dssz.com